home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Aztec C v5.2a disk 4.adf / 204fd.lzh / diskfont_lib.fd < prev    next >
Text File  |  1991-03-14  |  405b  |  13 lines

  1. * "diskfont.library"
  2. ##base _DiskfontBase
  3. ##bias 30
  4. ##public
  5. OpenDiskFont(textAttr)(a0)
  6. AvailFonts(buffer,bufBytes,flags)(a0,d0/d1)
  7. *--- functions in V34 or higher (distributed as Release 1.3) ---
  8. NewFontContents(fontsLock,fontName)(a0/a1)
  9. DisposeFontContents(fontContentsHeader)(a1)
  10. *--- functions in V36 or higher (distributed as Release 2.0) ---
  11. NewScaledDiskFont(sourceFont,destTextAttr)(a0/a1)
  12. ##end
  13.